.index-banner {
    width: 100%;
    height: 8.5rem;
    position: relative;
    /* box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgb(0 0 0 / 30%); */
}

.indexBanner {
    width: 100%;
    height: 100%;
}

.indexBanner .swiper-slide {
    position: relative;
}

.indexBanner .swiper-pagination-bullet {
    border-radius: 0%;
    width: 0.58rem;
    height: 0.06rem;
}

.indexBanner-box {
    position: absolute;
    top: 2.94rem;
    width: 100%;
    z-index: 999;
    /* background: rgba(0, 0, 0, .3);
    padding: 0.5rem 0.7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center; */
}

.indexBanner .modal {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.indexBanner-title {
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.indexBanner-p {
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.2rem;

}

.indexBanner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexBanner .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.indexBanner .swiper-slide video::-webkit-media-controls-fullscreen-button,
.indexBanner .swiper-slide video::-webkit-media-controls-play-button,
.indexBanner .swiper-slide video::-webkit-media-controls-timeline,
.indexBanner .swiper-slide video::-webkit-media-controls-current-time-display,
.indexBanner .swiper-slide video::-webkit-media-controls-time-remaining-display,
.indexBanner .swiper-slide video::-webkit-media-controls-mute-button,
.indexBanner .swiper-slide video::-webkit-media-controls-toggle-closed-captions-button,
.indexBanner .swiper-slide video::-webkit-media-controls-enclosure,
.indexBanner .swiper-slide video::-webkit-media-controls-volume-slider {
    display: none;
}

.indexBanner .swiper-pagination {
    width: 100%;
    height: 0.73rem;
    /* background: rgba(0, 0, 0, .2); */
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexBanner .swiper-pagination-bullet {
    /* width: 0.15rem;
    height: 0.15rem; */
    background: #fff;
    opacity: 1;
}

.indexBanner .swiper-pagination-bullet-active {
    background: #014098;
}

/* 集团简介 */
.index-data-bg {
    background-image: url(../image/index/1.png);
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}

.index-data {
    margin: 0 auto;
    padding-top: 0.97rem;
    padding-bottom: 1.13rem;
}

.index-text0 {
    font-size: 0.8rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #E0E0E0;
    text-align: center;
    text-transform: uppercase;
}

.index-text1 {
    font-size: 0.5rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: -0.26rem;
}

.index-text2 {
    font-size: 0.8rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #F6F6F6;
    text-align: center;
    text-transform: uppercase;
}

.index-data-p {
    margin-top: .2rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #686868;
    text-align: center;
}

.index-brief-wrap {
    margin: 0 auto;
    margin-top: .85rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

.index-data-ptext {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 0.33rem;
    text-align: center;
}

.index-data-ptext span {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #014098;
    line-height: 0.33rem;
}

.index-data-bat {
    margin: 0 auto;
    margin-top: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.62rem;
    height: 0.63rem;
    background: #014098;
    border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
    border: 0.01rem solid #014098;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.63rem;
}

.index-data-batimg {
    margin-left: .46rem;
    width: .27rem;
}

.index-brief {
    /* padding: 0 0.86rem; */
    flex: 1;
    border-right: 1px solid #666565;
}

.index-brief:first-of-type {
    padding-left: 0;
}

.index-brief:last-of-type {
    padding-right: 0;
    border-right: 0;
}

.index-brief-num {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    display: flex;
    align-items: baseline;
    justify-content: center;
}


.index-brief-num span {
    font-size: 0.62rem;
    font-family: Impact-Regular, Impact;
    font-weight: 400;
    color: #014098;
}

.index-brief-num {
    position: relative;
}

.index-brief-p {
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #6C6C6C;
    margin-top: 0.4rem;
    text-align: center;
}

/* 集团简介end */

/* 产品介绍 */
.index-product {
    padding-top: .77rem;

}

.index-productp {
    margin-top: .21rem;
    text-align: center;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #686868;
    line-height: 0.39rem;
}

.index-product-warpbg {
    position: relative;
    margin-top: .7rem;
    background-image: url(../image/index/24.png);
    background-size: 100% 100%;
    background-position: center;
    padding-bottom: .66rem;
}

.index-product-warpone {
    margin: 0 auto;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    display: none;
}
.index-product-warpone.active{
    display: flex;
}

.index-product-warponeleft {
    padding-top: 1.41rem;
}

.warponeleft-title {
    font-size: 0.46rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.warponeleft-solid {
    margin-top: .44rem;
    width: 0.6rem;
    border-bottom: 0.03rem solid #FFFFFF;
}

.warponeleft-text {
    margin-top: .75rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
}

.warponeleft-more {
    margin-top: 1.65rem;
    width: 0.54rem;
    object-fit: cover;
}

.index-product-warponerig {
    padding-top: .71rem;
    width: 8.78rem;
    object-fit: cover;
}

.index-product-warptwo {
    height: 1.44rem;
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
}

.warptwok {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 1.31rem;
    background: rgba(0, 0, 0, 0.3);
}

.warptwok:hover {
    cursor: pointer;
    height: 1.44rem;
    background: rgba(2, 67, 141, 0.7);
}


/* xxxxxxx */
.warptwok-two {
    display: none;
}

.warptwok:hover .warptwok-one {
    display: none;
}

.warptwok:hover .warptwok-two {
    display: block;
}

.warptwok:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.warptwok:hover .warptwok-img {
    margin: 0 auto;
    margin-bottom: .16rem;
}

/* xxxxxxx end*/
.warptwok-img {
    width: .21rem;
    object-fit: cover;
    margin-right: .3rem;
}

.warptwok-text {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.product-box {
    display: flex;
    margin-top: .31rem;
    height: 8rem;
}

.product-boxk {
    cursor: pointer;
    margin-right: .21rem;
    position: relative;
    width: 6.26rem;
    height: 100%;
}

.product-boxk:last-child {
    margin-right: 0;
}

.product-boxkimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-boxktext {
    position: absolute;
    top: 1.04rem;
    left: 0.76rem;
}

.product-boxktext-t {
    font-size: 0.38rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.product-boxktext-solid {
    margin-top: .3rem;
    width: 0.6rem;
    border-bottom: 0.03rem solid #FFFFFF;
}

.product-boxktext-p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: .41rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
    width: 5rem;
}

.product-last {
    cursor: pointer;
    margin-top: 0.35rem;
    width: 100%;
    height: 6rem;
    position: relative;
}

.product-lastimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-lasttext {
    padding-right: 1.3rem;
    position: absolute;
    top: 0.9rem;
    left: 0.98rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-lasttextrig {
    margin-left: 1.49rem;
    width: 7.69rem;
    object-fit: cover;
}

.product-boxktext-p2 {
    width: 7.74rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: .41rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
}


/* 产品介绍  end*/

/* 新闻资讯 */
.index-news {
    padding-top: .9rem;
    margin: 0 auto;
}

.index-news .text {
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-news .text-red a {
    padding-left: 0.27rem;
    display: flex;
    align-items: center;
    width: 1.6rem;
    height: 0.51rem;
    background: #FFFFFF;
    border: 0.01rem solid #8E8E8E;
    font-size:var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #0C4DA2;
    line-height: 0.51rem;
}

.index-news .text-red a img {
    width: 0.28rem;
    height: 0.08rem;
    object-fit: cover;
    margin-left: 0.18rem;
}

.index-news .list {
    margin-top: 0.81rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-news-item {
    width: 7.63rem;
    position: relative;
    display: block;
}

.index-news-item:nth-child(2n) {
    margin-right: 0;
}

.index-news-img-box .p {
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    background: #02438D;
}

.index-news-img-box .p .p1 {
    font-size: 0.36rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
}

.index-news-img-box .p .p2 {
    margin-top: 0.1rem;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
}

.index-news-img-box img {
    width: 100%;
    height: 4.02rem;
    object-fit: cover;
}

.index-news-content {
    width: 100%;
    padding-top: 0.47rem;
    padding-left: .41rem;
    padding-right: .37rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
}

.index-news-text {
    line-height: .36rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.index-news-p {
    margin-top: 0.36rem;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #878787;
    line-height: 0.32rem;
    margin-bottom: .21rem;
}

.index-news-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .24rem;
    border-top: 0.01rem solid #DEDEDE;
    padding-bottom: .31rem;
}

.index-news-timeleft span {
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #696969;
    margin-right: .05rem;
}

.index-news-timeleft {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #696969;
}

.index-news-timerig img {
    width: .41rem;
    object-fit: cover;
}

/* 新闻资讯 end*/

/* 技术研发 */
.science-con {
    padding-top: .9rem;
}

.science-bg {
    width: 100%;
    height: 9rem;
    margin-top: 0.7rem;
    background-image: url(../image/index/4.png);
    background-size: 100% 100%;
}
.science-box-img{
    display: none;
}
.science-box-img.active{
    display: block;
}

.science-box {
    margin: 0 auto;
}

.science-box .title {
    padding-top: 2.16rem;
    font-size: 0.42rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.science-box .title2 {
    margin-top: 0.23rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.52);
}

.science-box .p1 {
    width: 7.52rem;
    margin-top: 0.62rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
    height: 1.8rem;
}

.science-box .text-red {
    margin-top: .47rem;
    width: .59rem;
}

.science-box .text-red img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.science-box .con {

    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-top: 1.56rem;
    display: flex;
    align-items: center;
}

.science-k-img img {
    width: 0.83rem;
    margin: 0 auto;
}

.science-k {
    padding-top: .21rem;
    text-align: center;
    width: 4rem;
    height: 2.13rem;
    background: #FFFFFF;
    border-right: 0.01rem solid #CACACA;
}

.science-k:last-child {
    border-right: none;
}

.science-k:hover {
    cursor: pointer;
    border-bottom: 0.06rem solid #02438D;
}

.science-k:hover .befor {
    display: block;
}

.science-k:hover .after {
    display: none;
}

.science-k:hover .science-k-text {
    color: #02438D;
}


.science-k-text {
    position: relative;
    margin-top: 0.14rem;
    font-size: 0.36rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #343434;
}

.science-k-img .befor {
    display: none;
}

.science-k-p {
    margin-top: 0.1rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #878787;
}

.science-k-p1 {
    float: right;
    font-size: 0.76rem;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 300;
    color: #014098;
}

/* 技术研发 end*/

/* 应用领域 */
.index-use {
    padding-top: 1.8rem;
}

.index-use-con {
    margin-top: .7rem;
    display: flex;
    align-items: center;
}

.index-use-conlef {
    width: 15.8rem;
    height: 6.08rem;
}

.index-use-conlef img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-use-conrig {
    margin-left: .02rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.index-use-conrigk {
    width: 3.73rem;
    height: 3.03rem;
    margin-right: .03rem;
    margin-bottom: .02rem;
}

.index-use-conrigk img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.index-use-conrigk:nth-child(3n) {
    margin-right: 0;
}

.index-use-conrigkk {
    padding-top: .99rem;
    width: 3.73rem;
    height: 3.03rem;
    background: #02438D;
    font-size: 0.21rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}

.index-use-conrigkk img {
    margin: 0 auto;
    width: .62rem;
    object-fit: cover;
    margin-bottom: .18rem;
}


/* 应用领域 end*/

/* 我们的业务 */
.index-business {
    margin-top: 1.05rem;
}

.index-business .text {
    margin: 0 auto;
}

.index-business-con1 {
    margin-top: 0.8rem;
    height: 8.5rem;
    width: 100%;
    background-image: url(../image/index/7.png);
    background-size: 100% 100%;
    padding-left: 1.6rem;
    padding-top: 2rem;
}

.index-business-con1-text span {
    font-size: 0.87rem;
    font-family: Arial-Bold Italic, Arial;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.51);
    margin-right: 0.19rem;
}

.index-business-con1-text {
    font-size: 0.48rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #FFFFFF;
}

.index-business-con1-p {
    margin-top: 0.75rem;
    width: 6.96rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.81);
    line-height: 0.36rem;
}

.index-business-con1 .text-red a {
    margin-top: 0.86rem;
    padding-left: 0.27rem;
    display: flex;
    align-items: center;
    width: 1.6rem;
    height: 0.51rem;
    border: 0.01rem solid #FFFFFF;
    font-size:var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.51rem;
}

.index-business-con1 .text-red a img {
    width: 0.28rem;
    height: 0.08rem;
    object-fit: cover;
    margin-left: 0.18rem;
}

.index-business-con2 {
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
}

.index-business-con2-k {
    position: relative;
    width: 6.3rem;
    height: 7.18rem;
    margin-right: 0.15rem;
}

.index-business-con2-k:nth-child(3n) {
    margin-right: 0;
}

.index-business-con2-text span {
    font-size: 0.68rem;
    font-family: Arial-Bold Italic, Arial;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.51);
    margin-right: 0.19rem;
}

.index-business-con2-text {
    font-size: 0.4rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #FFFFFF;
}

.index-business-con2-p {
    margin-top: 0.38rem;
    width: 4.12rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.81);
    line-height: 0.36rem;
}

.index-business-con2-k:hover .text-red {

    display: block !important;
}

.index-business-con2-k:hover .index-business-con2-k-con {

    background: rgba(2, 67, 141, 0.83);
}

.index-business-con2-k-con {
    width: 100%;
    height: 100%;
    padding: 1.03rem 0.9rem;
    left: 0;
    top: 0;
    bottom: auto;
    position: absolute;
}

.index-business-con2-k-con .text-red {
    display: none;
}

.activeblock .text-red {
    z-index: 99999;
    display: block !important;
}

.activeblock .index-business-con2-k-con {

    background: rgba(2, 67, 141, 0.83);
}

.index-business-con2-k-con .text-red a {
    margin-top: 0.63rem;
    padding-left: 0.27rem;
    display: flex;
    align-items: center;
    width: 1.6rem;
    height: 0.51rem;
    border: 0.01rem solid #FFFFFF;
    font-size:var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.51rem;
}

.index-business-con2-k-con .text-red a img {
    width: 0.28rem;
    height: 0.08rem;
    object-fit: cover;
    margin-left: 0.18rem;
}

.index-business-con2-k img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 我们的业务 end*/
/* 立中车轮在全国 */
/* +++++++ */
.onconSwiper {
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.fdf7 {
    display: flex;
    position: absolute;
    bottom: 4.8rem;
    left: 1.97rem;
    align-items: flex-end;
}

/* +++++++ end*/
.index-on {
    padding-top: .98rem;
    padding-bottom: 3.44rem;
    position: relative;
}

.index-on .text {
    margin-top: 0.9rem;
    text-align: center;
}

.index-on-con1 {
    margin-top: 3rem;
    width: 100%;
    height: auto;
    position: relative;
}

.index-on-con1 img {

    height: 100%;
    width: 100%;
    object-fit: cover;
}



.none {
    display: none;
}

.leftop {
    margin-left: 0.24rem;
}

.leftop::before {
    content: '';
    position: absolute;
    transform: translate(-50%);
    width: 0px;
    height: 0px;
    left: -10px;
    top: 12px;
    border-style: solid;
    border-color: transparent #FFFFFF transparent transparent;
    border-width: 15px 15px 15px 15px;
}

.toprig {
    margin-right: 0.24rem;
}

.toprig::before {
    content: '';
    position: absolute;
    transform: translate(-50%);
    width: 0px;
    height: 0px;
    right: -44px;
    top: 35px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
    border-width: 15px 15px 15px 15px;
}

.leftbot {
    margin-left: 0.24rem;
}

.leftbot::before {
    content: '';
    position: absolute;
    transform: translate(-50%);
    width: 0px;
    height: 0px;
    left: -10px;
    bottom: 22px;
    border-style: solid;
    border-color: transparent #FFFFFF transparent transparent;
    border-width: 15px 15px 15px 15px;
}

.rigbot {
    margin-right: 0.24rem;
}

.rigbot::before {
    content: '';
    position: absolute;
    transform: translate(-50%);
    width: 0px;
    height: 0px;
    right: -44px;
    bottom: 22px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
    border-width: 15px 15px 15px 15px;
}

.fdf3 .index-on-con1-gpscon {
    top: -26px;
}

.fdf6 .index-on-con1-gpscon {
    top: 132px;
}

.fdf4 .index-on-con1-gpscon {
    display: block;
}

.fdf7 .index-on-con1-gpscon {
    top: 152px;
}
.fdf1 {
    display: flex;
    position: absolute;
    top: 3.63rem;
    left: 7.01rem;
}


.fdf2 {
    display: flex;
    position: absolute;
    top: 1.73rem;
    left: 3.97rem;
}

.fdf3 {
    flex-direction: row-reverse;
    display: flex;
    position: absolute;
    top: 2.35rem;
    right: 4.37rem;
}

.fdf4 {
    display: flex;
    position: absolute;
    top: 1.89rem;
    left: 6.85rem;
}

.fdf5 {
    display: flex;
    position: absolute;
    top: 7.43rem;
    left: 8.36rem;
}

.fdf6 {
    flex-direction: row-reverse;
    display: flex;
    position: absolute;
    bottom: 3.44rem;
    right: 1.14rem;
    align-items: flex-end;
}

.index-on-con1-gpsimgred {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(230, 37, 37, 0.4);
    border-radius: 50%;
}

.index-on-con1-gpsimgred img {
    display: block;
    width: 0.27rem;
    height: 0.32rem;
    object-fit: cover;
}

.index-on-con1-gpsimg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(140, 163, 201, 0.4);
    border-radius: 50%;
}

.index-on-con1-gpsimg img {
    display: block;
    width: 0.3rem;
    height: 0.32rem;
    object-fit: cover;
}

.index-on-con1-gpstext {
    text-align: center;
    margin-top: 0.08rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.index-on-con1-gpscon {
    z-index: 99;
    box-shadow: 0 0 14px #000000;
    /* display: none; */
    position: relative;
    width: 5.57rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    padding: .39rem .31rem .46rem .48rem;
}

.index-on-wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: .35rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #434343;
}

.index-on-wrap span {
    font-size: 0.48rem;
    font-family: Impact;
    font-weight: 400;
    color: #304F8C;
    margin-right: .14rem;
}

.index-on-wrapp {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #434343;
    line-height: 0.37rem;
}
.index-on-brief {
    text-align: center;
    flex: 1;
    border-right: 1px solid #000000;
}

.index-on-brief:last-child {
    border-right: 0;
}

.index-on-brief-num {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #434343;
}

.index-on-brief-num span {
    font-size: 0.36rem;
    font-family: Impact;
    font-weight: 400;
    color: #304F8C;
    margin-right: 0.07rem;
}

.index-on-brief-p {
    margin-top: 0.14rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #434343;
}

.index-on-con1-gpsconc {
    margin-top: 0.25rem;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.index-on-con1-gpsconck {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    width: 0.9rem;
    border: 0.01rem solid #CECECE;
    margin-right: 0.038rem;
    margin-bottom: 0.09rem;
}

.index-on-con1-gpsconck:nth-child(6n) {
    margin-right: 0;
}

.index-on-con1-gpsconck img {
    display: block;
    height: 0.5rem;
    width: 0.5rem;
    object-fit: cover;
}

/* con2 */
.index-on-con2 {
    position: absolute;
    top: 3.37rem;
    left: 2.04rem;
}

.index-on-con2-wrap {
    display: flex;
    /* justify-content: space-between; */
}

.index-on-con2-brief {
    /* flex: 1; */
    width: 2.36rem;
    margin-right: .83rem;
}

.index-on-con2-num {
    text-align: center;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.index-on-con2-num span {
    font-size: 0.76rem;
    font-family: Impact-Regular, Impact;
    font-weight: 400;
    color: #333333;
}

.index-on-con2-text {
    margin-top: .33rem;
    padding-top: .36rem;
    border-top: 0.01rem solid #C7C7C7;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #686868;
}

/* con3 */
.index-on-con3gps {
    width: 100%;
    position: absolute;
    bottom: 92px;
}

.index-on-con3 {

    margin: 0 auto;
    position: relative;
}

.index-on-con3k {
    cursor: pointer;
    padding: 0.14rem 0.13rem;
    width: 5.16rem;
    height: 4.32rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.13rem 0.01rem rgba(0, 0, 0, 0.1000);
}

.index-on-con3kimg {
    width: 100%;
    height: 3.07rem;
    margin: 0 auto;
}

.index-on-con3kimg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-on-con3ktext {
    margin-top: 0.39rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.index-on-con3ktext-left {
    padding-left: 0.14rem;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
}

.index-on-con3ktext-rig {
    width: 0.21rem;
    height: 0.21rem;
}

.index-on-con3ktext-rig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-on-con3 .swiper-button-next,
.index-on-con3 .swiper-button-prev {
    color: #A4A4A4;
}

.index-on-con3 .swiper-button-prev {
    left: -0.48rem;
}

.index-on-con3 .swiper-button-next {
    right: -0.48rem;
}

/* 立中车轮在全国 end*/
/* 联系我们 */
.index-link {
    padding-top: .88rem;
    width: 100%;
    height: 3.89rem;
    background: url(../image/index/11.png);
    background-size: 100% 100%;
    background-position: center;
}

.index-link-text {

    font-size: 0.32rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #02438D;
    text-align: center;
}

.index-link-p {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #555555;
    text-align: center;
}

.index-link .text-red a {
    margin: 0 auto;
    margin-top: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.99rem;
    height: 0.59rem;
    background: #02438D;
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
    border: 0.01rem solid #02438D;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.59rem;
}

.index-link .text-red a img {
    width: 0.24rem;
    height: 0.14rem;
    object-fit: cover;
    margin-left: 0.26rem;
}

/* 联系我们 end*/
@media only screen and (max-width: 1024px) {
    .index-productp{
        padding:0 .2rem;
    }
    .indexBanner-title{
        font-size: 0.45rem;
    }
    .indexBanner-p{
        font-size: 0.3rem;
        line-height: .4rem;
    }
    .indexBanner-box{
        top: 1.34rem;
    }
    .index-brief{
        flex: auto;
        width: 33.3%;
    }
    .index-brief-wrap{
        flex-wrap: wrap;
    }
    .product-lasttext{
        display: block;
    }
    .product-lasttext{
        left: 0;
        padding: 0 .32rem;
    }
    .product-lasttextrig{
        width: 100%;
        margin-left: 0;
        margin-top: 0.6rem;
    }
    .science-k {
        width: 25%;
    }
    .index-on-con2-brief{
        width: 18.4%;
        margin-right: 1%;
        margin-left: 1%;
    }
    .index-use-con{
        display: block;
    }
    .index-use-conlef{
        height: 3.03rem;
        width: 100%;
        margin-bottom: .3rem;
    }
    .product-boxktext-p2{
        width: 100%;
        font-size: .24rem;
    }
    .product-boxkimg img{
        width: 100%;
        height: 100%;
    }
    .index-data-ptext p span{
        font-size: .24rem !important;
        line-height: .38rem;
    }
    .warponeleft-more{
        margin-top: 0.35rem;
    }
    .warponeleft-title{
        font-size: .36rem;
    }
    .index-product-warponerig{
        width: 5.78rem;
    }
    .warponeleft-text{
        margin-top: .4rem;
    }
    .index-product-warpone{
        padding: 0 .2rem;
    }
    .warponeleft-text{
        width: 90%;
    }
    .index-product-warponeleft{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .warptwok-img{
        margin-right: .15rem;
    }
    .warptwok-text{
        font-size: .18rem;
    }
    .product-box{
        height: auto;
        display: block;
    }
    .product-boxk{
        width: 100%;
        height: auto;
        margin-bottom: .3rem;
    }
    .product-boxktext{
        left: 0;
        padding: 0 .32rem;
    }
    .index-data-p, .index-productp, .warponeleft-text, .product-boxktext-p{
        font-size: .24rem;
    }
    .product-last{
        height: 8rem;
    }
    .product-lastimg img{
        height: 100%;
        object-fit: cover;
    }
    .science-k-text{
        font-size: .26rem;
    }
    .index-use{
        padding-top: .88rem;
    }
    .index-use-conrigk{
        width: 100%;
        margin-bottom: .3rem;
    }
    .index-use-conrigkk{
        width: 100%;
    }
    .index-banner {
        height: 4rem;
    }
    
    .index-data .text-red a {
        padding-left: 0.02rem;
    }

    .index-brief-wrap {
        margin: 0.5rem auto;
    }

    .index-brief {
        padding: 0;
        border-right: none;
        margin-bottom: .5rem;
    }

    .index-brief-num img {
        margin-right: 0.06rem;
    }

    .index-brief-num span {
        font-size: 0.46rem;
    }

    .index-solid {
        margin: 0.16rem 0;
        margin-left: 0.56rem;
    }

    .index-brief-p {
        margin-top: 0.3rem;
    }

    .science-con .text {
        padding: 0 0.2rem;
        padding-top: 0.6rem;
    }

    .science-bg {
        height: auto;
        background-size: cover;
        background-position: center;
    }

    
    .science-box .p1 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: auto;
        font-size: .24rem;
        margin-top: 0.42rem;
        width: 55%;
    }
    .science-box-img{
        padding: 0 0.2rem;
    }
    .science-box .text-red a {
        padding-left: 0.07rem;
        font-size: 0.24rem;
    }

    .science-box .con {
        margin-top: 0.3rem;
    }
    .science-box .text-red{
        margin-top: .37rem;
    }
    .science-k-p {
        font-size: .2rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .science-box .title{
        padding-top: .6rem;
    }

    .index-news .text-red a {
        padding-left: 0.07rem;
    }

    .index-news .text {
        padding: 0 0.2rem;
        padding-top: 0.8rem;
    }

    .index-news .list {
        padding: 0 0.2rem;
    }

    .index-business .text-left {
        padding: 0 0.2rem;
    }

    .index-news-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .index-business {
        margin-top: 0.8rem;
    }

    .index-business-con1 {
        height: 7.18rem;
        padding: 1.03rem 0.9rem;
    }

    .index-business-con1-p {
        width: 80%;
    }

    .index-business-con1 .text-red a {
        padding-left: 0.07rem;
    }

    .index-business-con2 {
        display: block;
    }

    .index-business-con2-k {
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .index-link .text-red a{
        margin-top: .36rem;
    }
    .index-link {
        height: auto;
        padding: 0.61rem 0.2rem;
        background-size: cover;
    }

    .index-on-con1-gpstext {
        margin-top: 0.04rem;
    }

    .fdf1 {
        top: 1.2rem;
        left: 2.3rem;
    }

    .fdf2 {
        top: 0.39rem;
        left: 1.37rem;
    }

    .fdf3 {
        top: 0.45rem;
        right: 1.47rem;
    }

    .fdf4 {
        top: 0.39rem;
        left: 2.45rem;
    }

    .fdf5 {
        top: 2.73rem;
        left: 3rem;
    }

    .fdf6 {
        bottom: 1.04rem;
        right: 0.14rem;
    }
    
    .fdf7 {
        bottom: 1.8rem;
        left: 0.47rem;
    }
    .index-on{
        padding-bottom: 2.98rem;
    }
    .leftbot::before {
        left: 50%;
        top: -27px;
        border-color: transparent transparent #FFFFFF transparent;
    }

    .leftop::before {
        left: 50%;
        top: -27px;
        border-color: transparent transparent #FFFFFF transparent;
    }

    .toprig::before {
        left: 50%;
        top: -27px;
        border-color: transparent transparent #FFFFFF transparent;
    }

    .rigbot::before {
        left: 50%;
        top: -27px;
        border-color: transparent transparent #FFFFFF transparent;
    }

    .fdf2 .index-on-con1-gpscon {
        left: -53px;
        top: 176px;
    }

    .fdf3 .index-on-con1-gpscon {
        left: -249px;
        top: 176px;
    }

    .fdf4 .index-on-con1-gpscon {
        left: -106px;
        top: 176px;
    }

    .fdf5 .index-on-con1-gpscon {
        left: -133px;
        top: 63px;
    }

    .fdf6 .index-on-con1-gpscon {
        left: -314px;
        top: 75px;
    }

    .leftop {
        margin-left: 0;
    }

    .rigbot {
        margin-right: 0;
    }

    .toprig {
        margin-right: 0;
    }

    .leftbot {
        margin-left: 0;
    }

    .index-on-con3gps {
        display: none;
    }

    .index-on-con1-gpscon {
        margin: 0;
    }

    .index-on-con2 {
        left: 0;
        width: 100%;
    }

    .index-on-con2-num {
        line-height: 0.34rem;
    }

    .index-on-con1-gps {
        display: block;
    }

    .index-on-con1-gpscon {
        position: absolute;
    }

    .index-data-bg {
        padding: 0 0.2rem;
    }

    .index-data .p {
        font-size: 0.24rem;
        line-height: 0.34rem;
    }

    .index-data .text1 {
        font-size: 0.46rem;
    }



    .index-data .text2 {
        font-size: 0.36rem;
    }

    .index-data .text-red a {
        font-size: 0.24rem;
    }

    .index-brief-p {
        font-size: 0.24rem;
    }

    .index-news-text {
        font-size: 0.34rem;
    }

    .index-news-p {
        line-height: 0.36rem;
        font-size: 0.24rem;
    }
}